projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b044aa
)
ARM: rmobile: Update link address to match latest BL2
author
Marek Vasut
<
[email protected]
>
Sat, 13 May 2017 13:57:34 +0000
(15:57 +0200)
committer
Nobuhiro Iwamatsu
<
[email protected]
>
Sun, 21 May 2017 19:38:25 +0000
(
04:38
+0900)
Update the CONFIG_SYS_TEXT_BASE to match BL2 Rev.1.0.9 and newer,
which loads the U-Boot to 0x50000000 .
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Hiroyuki Yokoyama <
[email protected]
>
Cc: Nobuhiro Iwamatsu <
[email protected]
>
include/configs/rcar-gen3-common.h
patch
|
blob
|
history
diff --git
a/include/configs/rcar-gen3-common.h
b/include/configs/rcar-gen3-common.h
index 056aea3fdb0dfe78590622dc2fe8ea3c1d7ecdcb..c87d31950fdf73a73960166e3eda3abd81a0dd09 100644
(file)
--- a/
include/configs/rcar-gen3-common.h
+++ b/
include/configs/rcar-gen3-common.h
@@
-52,7
+52,7
@@
#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 38400 }
/* MEMORY */
-#define CONFIG_SYS_TEXT_BASE 0x
49
000000
+#define CONFIG_SYS_TEXT_BASE 0x
50
000000
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x7fff0)
#define CONFIG_SYS_SDRAM_BASE (0x48000000)